home *** CD-ROM | disk | FTP | other *** search
/ Tetris Games / Tetris Games.iso / ms-dos / tetris37 / printfrm.bat next >
Encoding:
DOS Batch File  |  1996-01-01  |  675 b   |  14 lines

  1. @echo off
  2. echo -------------------------------------------------------------------
  3. echo The file 'REGISTER.FRM' must be in the current directory.
  4. echo This batch script assumes that you have your printer on device PRN.
  5. echo -------------------------------------------------------------------
  6. echo If you have no idea what this means, or if this is correct,
  7. echo activate your printer now and press any key to print the
  8. echo registration form.
  9. echo -------------------------------------------------------------------
  10. echo Otherwise, type Control-Break now.
  11. echo -------------------------------------------------------------------
  12. pause
  13. copy register.frm prn >nul
  14.